@media (min-width: 320px) and (max-width: 480px) {
  .img_logo {
    height: 40px;
  }

  .navbar-toggle {
    display: contents;
  }
  .menu-bars {
    margin-left: 1rem;
    font-size: 1.75rem;
    margin-top: -25px;
    background: none;
    color: #060b26;
  }


  .box {
    z-index: -1;
    border-radius: 15px;
    padding: 10px ;
    height: 70px;
    /* width: 140px; */
  }
  .box span {
    font-size: large;
  }
  .box i {
    font-size: large;
  }
  .box h6 {
    font-size: 14px;
  }
  .main1 {
    margin-top: 15%;
    width: 100% !important;
    margin-left: -3px;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
  }
  .table-payment {
    z-index: -1;
  }
  .table-payment h4 {
    padding: 5px;
    font-size: medium;
    text-align: center;
  }
  .table-payment th {
    font-weight: 600;
  }
  .table-payment td {
    font-size: 10px;
    font-weight: 400;
  }
  .table > :not(caption) > * > * {
    border-bottom-width: 0px;
  }
  .leftbar {
    margin: center;
    width: 80%;
  }
  .vle-list .list {
    height: 40px;
    width: 95%;
    margin-left: 0px;
  }
  .vle-list .list i {
    z-index: 0.5;
    font-size: xx-large;
    margin-right: 150px;
  }
  .vle-list .list h5 {
    font-size: 13px;
    margin: -29px 7px 3px 36px;
  }

  .leftbar {
    margin: center;
    width: 90%;
    z-index: -1;
  }
  .nav-menu {
    width: 280px;
    height: 100vh;
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    left: -100%;
    transition: 850ms;
    overflow: scroll !important;
    z-index: 9;
  }

  ol,
  ul {
    padding-left: 0rem;
  }
  .nav-text {
    font-size: 18px;
  }
  .login_but {
    /* margin: 5% 0% 10% 35%; */
    height: 40px;
    width: 80px;
    font-size: 20px;
    padding: 4px;
    border-radius: 10%;
  }
  /* patient */
  .table {
    margin-top: 10%;
  }
  .table td {
    font-size: 11px;
    font-weight: 500;
    /* color: rgb(20, 92, 130); */
  }
  .title {
    font-size: 20px;
    font-weight: 600;
    margin-top: 20%;
  }
  .table-main {
    margin-left: -8px;
    width: 100%;
  }
  .grap-img {
    margin: 40px 0 0 0px;
    height: 225px;
    width: 294px;
  }

  .graph h5 {
    font-size: 13px;
    margin: -22px 0 0 82px;
  }
  .main-content .main {
    width: 100%;
    padding-left: 0;
}
.box-body {
  padding: 10px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
#appoitment label {
  width: 100%;
  font-size: 12px;
  text-align: left;
  margin-bottom: 5px;
  font-weight: 400;
  line-height: 20px;
}

}

@media (min-width: 481px) and (max-width: 767px) {
  /* .navbar {
    height: 110px;
  } */
  .navbar-toggle {
    display: contents;
  }
  .menu-bars {
    margin-left: 2rem;
    font-size: 3rem;
    margin-top: -60px;
    background: none;
  }
  .nav-menu {
    position: fixed;
  }
  .box {
    z-index: -1;
    border-radius: 15px;
    padding: 16px 12px 0px 8px;
    height: 100px;
  }
  .main1 {
    width: 100% !important;
    margin: auto;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    margin-top: 15%;
    margin-left: -5% !important;
  }
  .box span {
    font-size: x-large;
  }
  .box i {
    font-size: x-large;
  }
  .box h6 {
    font-size: large;
  }
  .table-payment {
    z-index: -1;
  }
  .table-payment h4 {
    padding: 10px;
    font-size: x-large;
    text-align: center;
  }
  .table-payment th {
    font-size: 18px;
  }
  .table-payment td {
    font-size: 14px;
    font-weight: 400;
  }
  .leftbar {
    margin: center;
    width: 90%;
    z-index: -1;
  }
  .table > :not(caption) > * > * {
    border-bottom-width: 0px;
  }
  .vle-list .list {
    position: inherit;
  }
  ol,
  ul {
    padding-left: 0rem;
  }
  .nav-menu {
    overflow: scroll;
  }
  .nav-text {
    font-size: 20px;
  }
  .login_but {
    /* margin: 15% 0% 10% 35%; */
    height: 50px;
    width: 100px;
    font-size: 20px;
    padding: 4px;
    border-radius: 10%;
  }
  /* patient */
  
  
  .table td {
    font-size: 14px;
    font-weight: 500;
    /* color: rgb(20, 92, 130); */
  }
  .title {
    margin-top: 50px;
  }
  .grap-img {
    margin: 60px 0 0 0px;
    height: 263px;
    width: 403px;
  }

  .graph h5 {
    font-size: 16px;
    margin: -24px 0 0 114px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  /* .img_logo {
    height: 240px;
    width: 288px;
    margin-left: 7%;
    margin-top: -60px;
  } */
  .menu-bars {
    margin-left: 2rem;
    font-size: 3rem;
    margin-top: -60px;
    background: none;
  }
  .nav-menu {
    width: 400px;
    height: 100vh;
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    left: -100%;
    transition: 850ms;
  }

  .navbar-toggle {
    display: contents;
  }

  /* .navbar {
    height: 140px;
  } */
 
  .main1 {
    margin-top: 10% !important;
    margin-left: 0% !important;
    width: 80% !important;
    margin: auto;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
  }
  .box {
    z-index: -1;
    height:160px;
    border-radius: 15px;
    align-items: center;
  }

  .box span {
    font-size: 22px;
  }
  .box i {
    font-size: 22px;
  }
  .box h6 {
    font-size:24px;
  }
  .table-payment {
    z-index: -1;
  }
  .table-payment h4 {
    padding: 15px;
    font-size: xx-large;
    text-align: center;
  }
  .table-payment th {
    font-size: 20px;
  }
  .leftbar {
    margin-top: 20px;
    margin-left: 0px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: -1;
  }
  .table > :not(caption) > * > * {
    /* padding: 1.5rem 1.5rem; */
    border-bottom-width: 1px;
  }
  .vle-list .list {
    position: inherit;
  }
  ol,
  ul {
    padding-left: 0.5rem;
  }
  .nav-menu {
    overflow: scroll;
  }
  .nav-text {
    font-size: 28px;
  }
  .login_but {
    margin: 10% 0% 10% 35%;
    height: 70px;
    width: 140px;
    font-size: 26px;
    padding: 4px;
    border-radius: 10%;
  }
  /* patient */
  .table {
    margin-top: 10%;
  }
  .table td {
    font-size: 16px;
    font-weight: 400;
    /* color: rgb(20, 92, 130); */
  }
  .title {
    font-size: 40px;
    font-weight: 600;
    margin-top: 50px;
  }
  .grap-img {
    margin: 75px 0 0 0px;
    height: 350px;
    width: 650px;
  }

  .graph h5 {
    font-size: 21px;
    margin: -29px 0 0 218px;
  }
}




/* ///abha */

@media (max-width: 1679px) {
}
@media (max-width: 1439px) {
}
@media (max-width: 1199px){
    .otp-code-inner {
        width: 46%;
    }
}
@media (max-width:1023px) {
    #checkout-progress .progress-bar .step .step-label {
        font-size: 12px;
    }
    #checkout-progress .progress-bar .step:after {
        width: 35px;
        height: 35px;
    }
    #checkout-progress .progress-bar .step.active span {
        font-size: 18px;
    }
    #checkout-progress .progress-bar .step span {
        font-size: 18px;
    }
    #checkout-progress .progress-bar .step.valid .fa-check {
        font-size: 18px;
    }
    .abha-steps {
        height: 118px;
    }
    .abha-heading h2 {
        font-size: 27px;
    }
    .abha-inner-info .form-group label {
        font-size: 16px;
    }
    .abha-inner-info .form-group .form-control {
        font-size: 15px;
    }
    .button-container .btn {
        padding: 7px 40px;
    }
    .otp-info p {
        font-size: 15px;
    }
    .otp-code-inner {
        width: 62%;
    }
    .profile-detail-heading h2 {
        font-size: 18px;
        margin-bottom: 7px;
    }
    .profile-detail-info {
        width: 70%;
    }
    .profile-detail-info .form-group label {
        font-size: 14px;
    }
    .profile-detail-info .form-group p {
        font-size: 15px;
    }
    .profile-detail-info .form-group {
        margin-bottom: 25px;
    }
    .abha-number-inner p {
        font-size: 15px;
    }
    .profile-detail-heading p {
        font-size: 14px;
    }
    .button-container .btn {
        padding: 7px 35px;
        font-size: 14px;
    }
    .profile-detail-heading h4 {
        font-size: 15px;
        margin-bottom: 8px;
    }
}
@media (max-width: 768px) {
  .abha-heading h2{
    font-size: 24px !important;
  }
  .abha-inner-info{
    padding: 60px 5px 30px !important;
  }
  .abha-inner{
    padding: 10px 0 0 !important;
  }
  .preview-list{
    padding: 10px !important;
  }
  .abha-number-section{
    padding: 20px 0 !important;
  }
  .abha-number-section .login-inner, .abha-number-section .abha-number, .abha-number-section .abha-number1 {
    padding: 5px 10px !important;
}
.abha-number-section .forgot-sec {
  padding: 5px 10px 20px 10px !important;
}
    #checkout-progress .progress-bar .step:after {
        width: 30px;
        height: 30px;
    }
    .abha-steps {
        padding: 30px 40px;
    }
    .progress-bar .step.active span {
        font-size: 14px;
    }
    #checkout-progress .progress-bar .step span {
        font-size: 14px;
    }
    #checkout-progress .progress-bar .step.active span {
        font-size: 14px;
    }
    #checkout-progress .progress-bar .step .step-label {
        font-size: 7px;
    }
    .abha-steps {
        height: 105px;
    }
    .abha-heading h2 {
        font-size: 23px;
    }
    .abha-heading {
        margin-bottom: 30px !important;
    }
    .abha-inner-info .form-group label {
        font-size: 14px;
    }
    .abha-inner-info .form-group .form-control {
        font-size: 14px;
        padding: 22px 15px;
    }
    .abha-inner-info .form-group .edit i {
        font-size: 16px;
    }
    .abha-inner-content p {
        font-size: 11px;
    }
    .abha-inner-content {
        height: 112px;
        margin-bottom: 40px;
    }
    .button-container .btn {
        padding: 7px 30px;
        font-size: 13px;
    }
    .otp-info p {
        font-size: 12px;
    }
    .otp-code-inner {
        width: 100%;
    }
    .otp-code input {
        width: 40px;
        height: 40px;
        margin-right: 3px;
    }
    .resend-otp a {
        font-size: 12px;
    }
    .profile-detail-heading h2 {
        font-size: 15px;
    }
    .profile-detail-heading p {
        font-size: 13px;
    }
    .profile-detail-heading {
        padding-bottom: 20px;
    }
    .profile-detail-info-inner {
        display: block;
    }
    .profile-detail-info {
        width: 100%;
    }
    .profile-detail-img {
        margin: 0 auto;
    }
    .abha-number-inner p {
        font-size: 13px;
    }
    .profile-detail-heading h4 {
        font-size: 13px;
        margin-bottom: 6px;
    }
    #checkout-progress .progress-bar .step.valid .fa-check {
        font-size: 14px;
    }
}
@media (max-width: 480px) {

}
@media (max-width: 320px) {
    .abha-heading h2 {
        font-size: 19px;
    }
    .abha-steps {
        padding: 30px 33px;
    }
    #checkout-progress .progress-bar .step:after {
        width: 25px;
        height: 25px;
    }
    #checkout-progress .progress-bar .step.active span {
        font-size: 12px;
    }
    #checkout-progress .progress-bar .step span {
        font-size: 12px;
    }
    #checkout-progress .progress-bar .step.valid .fa-check {
        font-size: 12px;
    }
    #checkout-progress .progress-bar .step .step-label {
        font-size: 6px;
    }
    .abha-inner-info {
        padding: 30px 20px 50px;
    }
    .abha-inner-info .form-group label {
        font-size: 13px;
    }
    .abha-inner-info .form-group .form-control {
        font-size: 13px;
        padding: 20px 15px;
    }
    .abha-inner-info .form-group .edit i {
        font-size: 14px;
    }
    .agree label {
        font-size: 13px;
    }
    .button-container .btn {
        padding: 7px 25px;
        font-size: 12px;
    }
    .otp-info p {
        font-size: 11px;
    }
    .otp-code input {
        width: 34px;
        height: 34px;
        margin-right: 3px;
    }
    .resend-otp a {
        font-size: 11px;
    }
    .profile-detail-heading h2 {
        font-size: 14px;
    }
    .profile-detail-heading p {
        font-size: 11px;
    }
    .step-3-section .profile-detail-heading {
        margin-bottom: 25px;
    }
    .profile-detail-heading {
        padding-bottom: 15px;
        margin-bottom: 30px;
    }
    .profile-detail-info .form-group p {
        font-size: 13px;
    }
    .profile-detail-info .form-group {
        margin-bottom: 20px;
    }
    .abha-number-inner p {
        font-size: 10px;
    }
    .profile-detail-heading h4 {
        font-size: 11px;
        margin-bottom: 5px;
    }
    .profile-detail-heading img {
        width: 17px;
    }
}
@media all and (max-width: 767px) and (orientation : landscape) {}